Search This Blog

Monday, January 23, 2023

The basics of HTML:

 (1) HTML Basic Code Structure

    <html> 

    <head> 

    <title> Title Here </title>

    <head> 

    <body> Main Code Here </body> 

(2) Making Comments

<!--Comment Here-->

(3)  Common Tag Examples

    <!--Bold Text-->
        <b></b>

    <!--Text Break-->

        <br></br>

    <!--Header Size 1-->

        <h1></h1>


No comments:

Post a Comment

About Me:

 My name is Amina Washington and I'm a Computer Science student at Prairie View A&M University.   Here is my LinkedIn if you are int...