discusses Hypertext Markup Language (HTML), which is used to create Web Pages. T
ID: 3717674 • Letter: D
Question
discusses Hypertext Markup Language (HTML), which is used to create Web Pages.
The World Wide Web Consortium (W3C) defines the rules and standards for HTML, and this site also has excellent HTML tutorials. In addition, there are many different products available that make creating HTML easier.
Google “HTML Web Design free online tutorials” and identify three (3) websites, in addition to W3C, that provide FREE Tutorials on how to Design and Create Websites using HTML.
Remember that it is important to find reputable sites. Many sites are trying to sell you services, even though the training is ‘free’.
Summarize your findings, and identify your favorite ‘go-to HTML Tutorial’ website, and why it is your favorite. Post your summary on the Discussion. Please include, at minimum, three (3) website addresses that you used in your research.
(Many Thanx)
Explanation / Answer
Ans:
I googled "HTML Web Design free online tutorials" and found many websites. The 4 reputable and best free tutorial websites I found are
1. WWW.W3SCHOOLS.COM
2. WWW.CODEACADEMY.COM
3. WWW.HOMEANDLEARN.CO.UK
4. WWW.UDEMY.COM
Although there are paid courses in some of these websites, there are lots of free best HTML tutorials available in this websites. These are best reputed websites and tutorials and easy and in conventional ways.
Summary:
Here the first one WWW.W3SCHOOLS.COM is the most favourite of mine.
This website is completely free and lots of courses availble. The simply techniques and design is followed here. The inteface of the website is so simple that no prior knowledge is necessary to learn here.
In this, its start with an introduction of the course.
Firstly there is clear explanation of the topic and an example code will be posted below the topic.
For example, simple code
<!DOCTYPE html>
<html>
<head>
<title> My personnal web-page</title>
</head>
<body>
<h1> Hi friends, this is Adam</h1>
<p>My introduction. I am a cheggster</p>
</body>
</html>
TRY IT YOURSELF
For this there will be an explantion above this like tags explanation all be there.
Below this there will be an option, TRY YOURSELF. If we click on this, we will get the output in the browser so that we can check how it works so that we can modify accodingly.
The course will also extends it tutorials so that we can learn advanced courses merged with HTML likd CSS, Javascript etc.
There are features like orientaion change, save , mobile view options available in W3SCHOOLS html editor. We can work like in our own browser.
Basic to advanced level pattern is followed in this website so that we can start as a beginner and can become expert like a professional and this is why my W3SCHOOLS.COM is my favourite one.
The other three websites mentioned are also best after W3SCHOOLS.
In UDEMY, there are paid services availble but, I found lot of free best HTML courses availble. The UDEMY provides video tutorials. The best well experienced experts will make video tutorials here. The tutorials are like from basic to advanced levels. Explanations, running the code and clear cut video is provided for every part of the code.
The website HOMEANDLEARN.CO.UK, is as like w3schools and the best explanations are given here like where to start, where to write the code, where to run the code like all this. With this also we can have the best tutorials available and we can master the HTML.
Finally, the website CODEACADEMY.COM, this is the best one too in learning the HTML.
In this website there are code snippet and output tabs are sideways on the webpage. We can write and run the code simultaneously and can see the output. There are good explanations provided here and every one can understand the tutoring ways.
So all these above are the best websites available in google and we can learn and master HTML.
//// Thank You ////
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.