Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html separator line

<!DOCTYPE html>
<html>
<body>

<h1>The Main Languages of the Web</h1>

<p>HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page, and consists of a series of elements. HTML elements tell the browser how to display the content.</p>

<hr>

<p>CSS is a language that describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work, because it can control the layout of multiple web pages all at once.</p>

<hr>

<p>JavaScript is the programming language of HTML and the Web. JavaScript can change HTML content and attribute values. JavaScript can change CSS. JavaScript can hide and show HTML elements, and more.</p>

</body>
</html>
<! Code obtained from w3schools https://www.w3schools.com/tags/tag_hr.asp>
Comment

PREVIOUS NEXT
Code Example
Html :: if angular 
Html :: redirect to folder html 
Html :: how to make web page center 
Html :: input and select box combined 
Html :: posting with forms html 
Html :: router link @click 
Html :: Html.ActionLink with parameters 
Html :: meta theme-color 
Html :: html radio label clickable 
Html :: fa facebook icon 
Html :: click on toggle device toolbar page is not working 
Html :: font awsome 
Html :: ngForm 
Html :: fa fa users-class 
Html :: modal footer align left bootstrap 
Html :: canadian postal code pattern input html 
Html :: fixed footer button css 
Html :: html form reject default drop down list 
Html :: bootstrap progress bar with percentage 
Html :: html chatbot 
Html :: Meta Tag Generato - SEO 
Html :: td colspan all 
Html :: ion-row scrolly 
Html :: markdown summary details 
Html :: bootstrap hamburger menu 
Html :: clear form value after submit 
Html :: jsonplaceholder with delay 
Html :: mailto in html 
Html :: colab to html 
Html :: how to make text uppercase html 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =