Re: MY frist html - computer science class student

Hi Jasmine,

This is a list for code development of HTML Tidy, which would help to
**fix** some of your html... last release
https://github.com/htacg/tidy-html5/releases/tag/5.2.0...

Just run 'tidy mynotepad.html' and it will give you warnings, and or
error in your syntax... but we do not really `teach` html...

While not exactly part of the W3C this online school should help -
http://www.w3schools.com/html/ - there you can experiment with online
changes to the html code...

And when you are ready you can also present it to the W3C validator -
https://validator.w3.org/#validate_by_upload - and see how you did...

Good luck...

Regards,
Geoff.

On Sat, Jan 7, 2017 at 7:20 PM, Jasmine Ramadan
<jasmineramadan24100@gmail.com> wrote:
> hello good morning, I doing an HTML file at a notepad.. in class, we
> learning to code and how to great different types of HTMLlike Table and
> basic HTML storyboard for web page. however, i have trouble with the class.
> Can plz help can u correct my HTML
>
>
>
>
> <html>
>
>
> <title> Teen fasion for the streets </title>
>
> body  { background-color pink ;
> }
>
> < style >
>
>
> <h1>swag clothing for teen </h1>
> <body>
>
> <table>
>
> <colgroup>
>
>   <col span="2"style="background-color:yellow">
>   <col style="background-color:blue>
>
> </colgroup>
>
> </tr>
> <tr>
> <th>ISBN</th>
> <th>Title</th>
> <th>Price</th>
> </tr>
>
> <tr>
> <td>3476896</td>
> <td>My first Html</td>
> <td>$53</td>
>
> </tr>
> </table>
>
>
>  <p> Fashion have change thought the past years Teen are looking for
> clothing with famous brand names and that is an influnce with hip hop
> cultural.
> MY Website has that has all brand names that teen like and it gave teen
> advise on fashion clothing that they like to wear.Tt also,
> have all size form plus sizes to petite sizes.You can find in my website
> your style that expresses who u are and u find
> all latest clothing or sneakes u been looking for all in my site. MY website
> is for everyone.</p>
>
>
>
> <h2>swag clothing for teen</h2>
> <h3>swag clothing for teen</h3>
> <h4>swag clothing for teen</h4>
> <h5>swag clothing for teen</h5>
> <h6>swag clothing for teen</h6>
>
>
> <img src="sneakerweges.Jpg"width="35"height="300"/>
> <body style='background-color:blue'#ONLOAD#>
> </body>

Received on Monday, 9 January 2017 15:45:18 UTC