Understanding HTML Body Elements: Block and Text Level, Headings, and More
Dive into the essentials of HTML body elements, exploring the two main categories: Block Level and Text Level. Learn how to create headings with proper alignment, utilize various HTML tags like paragraphs, horizontal rules, subscript, and superscript. Discover the different font attributes available and how to set a background image for enhanced web design. This guide provides a comprehensive overview for both beginners and intermediates in web development, ensuring you grasp HTML’s foundational elements for effective and accessible web pages.
Understanding HTML Body Elements: Block and Text Level, Headings, and More
E N D
Presentation Transcript
HTML Hypertext Markup Language
TO BE DISCUSSED… 1. CATAGORIES OF BODY ELEMENT Block Level Text Level 2. CREATING HEADINGS AND SET THE ALIGNMENTS 3. WORK WITH DIFFERENT TAGS Paragraph Horizontal Rule Subscript Superscript Next line tags 4. Font with its various attributes 5. Setting a Background Image
CATAGORIES OF BODY ELEMENT There are two categories of body elements: • Block Level • Text Level Block Level: Block elements create larger structure than inline elements. Block level elements may contain inline elements and other block level elements. Generally block-Level elements begins on new line. Examples:Paragraph Tag Headings Tags List tags Tables Tags
Text level: Inline elements creates similar structure than Block elements.Inline elements may contain only data and other inline elements.Inline elements do not begin on new line.Examples : <B>…….</B> <U>…….</U> <I>…….</I> BACK
Creating Headings and Set the Alignments
HOW TO WORK WITH DIFFERENT TAGS
Use of Paragraph, Horizontal Rule, Subscript, Superscript, Next line tags
THANKS BACK