Hey guys so i have been taking an awesome course to teach me a little about css & HTML codding. This is probably the coolest and funnest language to code in, I find it really interesting and i have learned alot so far.
I have learned how to fully create an HTML Doc from scratch including the <head>, <body>, <html> , <!DOCTYPE html> and other tags.
I have also learned how to style the text or align the text etc.
I have learned how to create a header such as <h1>Random text</h1>
and i have also learned how to style the text <p style="color: red; font-size: 16px"></p> as well as changing the font <p style="font-family:Impact"><p>
I also learned how to make a ordered list and a unordered list or bullet points as we know them which are created like so
<ol>
<ul>
<li>Something here</li>
</ul></ol>
I also learned how to make them bold and italic Bold is: <strong>Random Text</strong> and Italic is: <em>text here</em>
This is an awesome language and i recommend you guys learn it. It comes in really handy when working on websites!
I still have alot to learn the course is 7 hours long and so far i have completed 22% of the course and i have learned so much from it!
I cant wait to finish the course and be better at this language!
I have learned how to fully create an HTML Doc from scratch including the <head>, <body>, <html> , <!DOCTYPE html> and other tags.
I have also learned how to style the text or align the text etc.
I have learned how to create a header such as <h1>Random text</h1>
and i have also learned how to style the text <p style="color: red; font-size: 16px"></p> as well as changing the font <p style="font-family:Impact"><p>
I also learned how to make a ordered list and a unordered list or bullet points as we know them which are created like so
<ol>
<ul>
<li>Something here</li>
</ul></ol>
I also learned how to make them bold and italic Bold is: <strong>Random Text</strong> and Italic is: <em>text here</em>
This is an awesome language and i recommend you guys learn it. It comes in really handy when working on websites!
I still have alot to learn the course is 7 hours long and so far i have completed 22% of the course and i have learned so much from it!
I cant wait to finish the course and be better at this language!