User Tools

Site Tools


en:web_design:text:paragraphs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:web_design:text:paragraphs [2021/11/22 04:41]
mag [HTML Tags]
en:web_design:text:paragraphs [2023/08/16 09:33] (current)
Line 8: Line 8:
 <code>My Story <code>My Story
  
-Mi amigo Pablo tiene un mascota llamado que le gusta tener su rasgadoCuando van al parquele gusta perseguir una Él rueda en la tierra así que Pablo tiene que lavarlo cuando llegan a casa.+My friend Pablo has a pet dog called Sam who likes to have his tummy scratchedWhen they go to the parkhe likes to chase a ballHe rolls in the dirt so Pablo has to wash him when they get home.
  
-Los domingos conducen a las donde corre el césped y apostando la colaSe cansa tanto que duerme todo el camino a casa.</code>+On Sundays they drive to the mountains where he runs around smelling the grass and wagging his tailHe gets so tired that he sleeps all the way home.</code>
   * Click 'Run' at the top left of the screen. The results will be shown at the bottom right.   * Click 'Run' at the top left of the screen. The results will be shown at the bottom right.
  
-==== HTML Tags ====+==== Paragraphs ====
  
   * Notice how the text runs continuously rather than dividing into paragraphs. The browser ignores carriage returns, tabs, double spaces and other document formatting information. We need to add these using HTML 'tags'. Write <html><p></html> before each paragraph and <html></p></html> at the end of each parragraph. Like this:   * Notice how the text runs continuously rather than dividing into paragraphs. The browser ignores carriage returns, tabs, double spaces and other document formatting information. We need to add these using HTML 'tags'. Write <html><p></html> before each paragraph and <html></p></html> at the end of each parragraph. Like this:
 <code>My Story <code>My Story
-<p>Mi amigo Pablo tiene un mascota llamado que le gusta tener su rasgadoCuando van al parquele gusta perseguir una Él rueda en la tierra así que Pablo tiene que lavarlo cuando llegan a casa.</p> +<p>My friend Pablo has a pet dog called Sam who likes to have his tummy scratchedWhen they go to the parkhe likes to chase a ballHe rolls in the dirt so Pablo has to wash him when they get home.</p> 
-<p>Los domingos conducen a las donde corre el césped y apostando la colaSe cansa tanto que duerme todo el camino a casa.</p></code>+<p>On Sundays they drive to the mountains where he runs around smelling the grass and wagging his tailHe gets so tired that he sleeps all the way home.</p></code>
  
   * Click 'Run' again and observe the results.   * Click 'Run' again and observe the results.
en/web_design/text/paragraphs.1637584900.txt.gz · Last modified: 2023/08/16 09:33 (external edit)