answersLogoWhite

0

Why study HTML?

User Avatar

Anonymous

11y ago
Updated: 8/20/2019

Because it is the language used to create web pages and having a good understanding of it is very useful. Although you can use programs to generate HTML for you, it will help if you understand what it has generated. You may be able to improve it. Knowing HTML is a key foundation for understanding web pages when you move to using other technologies of the web. HTML is very easy to learn compared to many things in computing, so it is worth spending time to learn it. It will also help you when you look at pages that others have created and their code.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What should you known to study java script?

Xhtml/html & css


When you go to US to study how PC skill is needed not to be embarracedto keep up with their lifeHTML is must?

When people go to US to study computer skills, they will study many fields and not necessarily HTML HTML is mostly done by students who take the web-design line of I.T.


HTML is the name for what?

HTML - Hypertext Markup Language. It's a programming language used to build web pages.


How should you study HTML?

The best way is practice. You can also make a study deck to memorize the terms and definitions -- see the related question.


What do you have to do to be a web designer?

Learn the basics of HTML..you can start here: w3schools.com Study advanced HTML. Advanced HTML pages include frames, cascading style sheets and DHTML. Know the basics of good website design. Stay updated on design trends. -------------------- yugenelee.com


What you need to study to create your website?

I would suggest you start with HTML and then move on to JavaScript VBScript would come after that. EX: <html><body><!--HTML HERE--> <!--JAVASCRIPT STARTS BELOW--> <script language="JavaScript"> //JAVASCRIPT HERE </script> <!--JAVASCRIPT ENDS HERE--> <!--VBSCRIPT STARTS BELOW--> <script language="VBScript"> 'VBSCRIPT HERE </script> </body></html>


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


What are the main political issues in Texas?

UT Austin recently did a study on political issues. A summary can be found here: http://texaspolitics.laits.utexas.edu/11_1_0.html


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


True or false the latest reformulated version of HTML is HTML 1.0?

This is false, the newest version of HTML is HTML 5.


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.