User Tools

Site Tools


computer_science:programming:html5_css3:basic_html

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
computer_science:programming:html5_css3:basic_html [2021/09/15 08:47] manacomputer_science:programming:html5_css3:basic_html [2021/09/15 08:58] (current) mana
Line 14: Line 14:
  
  
-Tags such as <html><p></html> are considered block type whereas <html><em></html> and such are inline+Tags such as <html><p></html> are considered block type whereas <html><em></html> and such are inline
 +  * Block: The tag will enclose its content in a rectangle that has the same width as the screen. 
 +  * Inline: The tag will enclose its content in a rectangle that has a width of the the content. Meaning that other content will be able to be on the same line.
computer_science/programming/html5_css3/basic_html.1631663276.txt.gz · Last modified: 2021/09/15 08:47 by mana