Text
HTML ins Tag
The HTML <ins> tag is used to define a newly inserted text in an HTML document. The web browser renders this inserted text as an underline and you can also change it through the text-decoration property of CSS. The <del> element defines the part of the text that has been deleted and <ins> defines the part of the text that has been inserted to the…

View On WordPress
#del and ins tag in html#del tag#del tag in html#del tag in html5#how to use del tag in html#how to use ins tag in html#how to use ins tag in html 5 | learn html in urdu - hindi#html#html del tag#html in hindi#html ins tag#html insert tag full tutorial#html tags#html tutorial#html tutorials#html5#ins html tag#ins tag#ins tag in html#ins tag in html in hindi#ins tag in html5#insert tag#learn html#s tag in html#tag#what is ins tag in html
3 notes
·
View notes
Text
HTML i Tag
The HTML<i> tag is used to represent the technical term, phrase, the important word in a different language. The content under the <i> tag is displayed in italic format. Syntax <i>Your Content</i> Example <!doctype html> <html> <head> <title>HTML tag</title> </head> <body> <h2>HTML <i> tag example</h2> <p>This paragraph is not written in the <i> tag</p> <i><p>This paragraph is written inside the…

View On WordPress
#a tag in html#anchor tag in html#del tag#div tag#em tag#head tag#html a tag#html anchor tag#html italic tag#html tag#html5#html5 em tag in hindi#html5 em tag in urdu#html5 in urdu#html5 tags#html5 tutorial#i tag#i tag html#ins tag#tag#title tag
0 notes
Text
HTML html Tag
The <html> tag is used to represent the root of an HTML document. It is a container of all elements (except for the <!DOCTYPE> tag). It tells the browser that it is an HTML document. Syntax <html>Elements...</html> Example <!DOCTYPE html> <html> <head> <title>HTML tag</title> </head> <body> <h2>HTML tag example</h2> <p>Your…

View On WordPress
#a tag in html#anchor tag in html#chidres tech tutorials html#complete html course#curso de html5#div tag in html#form tag in html#formulário em html5#html#html 5#html div tag#html for beginners#html full course#Html html element#html iframe tag#html tags#html tags & attributes#html tutorial#html tutorial in hindi#html tutorials#html5#html5 in urdu#html5 tutorial#learn all html tags#learn html#li tag in html#ol tag in html#tag#ul tag in html#xhtml
0 notes
Text
HTML hr Tag
The HTML <hr> tag is used to define a horizontal line or rule to separate content in an HTML page. The <hr> tag is an empty tag and this tag does not require an ending tag. Syntax <hr> Example <!doctype html> <html> <head> <title>HTML Hr Tag</title> </head> <body> <h1>What Is HTML?</h1> <p>HTML stands for Hyper Text Markup Language, which is the most popular language on web and the language is…

View On WordPress
#attributes of hr tag in html#horizontal line tag in html#horizontal rule in html#how to use hr tag in html#hr in html#hr tag#hr tag attributes in html#hr tag example#hr tag html#hr tag in hindi#hr tag in html#hr tag in html example#hr tag in html in hindi#html#html hr tag#html hr tag attributes#html hr tag properties#html set width to hr tag#html tag#html tags#html tutorial#html tutorial for beginners#html5#tag#what is hr tag in html
0 notes
Text
HTML header Tag
The HTML <header> tag is used as a container that contains introductory content or a group of navigational links. It may contain some elements, logo or heading, author information icons, or a search form. Syntax <header> header content... </header> Example <!doctype html> <html> <head> <title>HTML Header Tag</title> </head> <body> <article> <header> <h1>Article Heading</h1> <p>Posted by…
View On WordPress
#build a header navigation in html#footer tag#footer tag in html#h1 tag#h2 tag#head tag#header#header and footer tag in html#header code#header html#header tag#header tag in html#headers#heading tag#how to create a header in html#html footer tag#html header#html header tag#html header tag lesson#html header tag tutorial#html header text#html header tutorial#html5 header tag#make header#tag#tag header#tag header do html5#tag header html
0 notes
Text
HTML head Tag
The HTML <head> tag is used as a container that contains metadata(document title, links, scripts, style, and other meta-information) and the metadata content not displayed on the webpage. This tag is used between the <html> tag and <body> tag. Syntax <head> head tag contents... </head> You can use the following elements inside the head…

View On WordPress
#head#head tag#head tag in html#head tag in html5#head tag of website#head tags#header tag#header tag in html#html head#html head and body tag tutorial#html head element#html head tag#html head tag attributes#html head tag best practices#html head tag code#html head tag example#html head tag image#html head tag in bangla#html head tag in wordpress#html head tag order#html head tag style#html head tag tutorial#html5#html5 head#html5 head tag
0 notes
Text
HTML H1 to H6 Tag
HTML H1 to H6 Tag
The heading tags are used to define HTML headings. There are six levels of headings H1, H2, H3, H4, H5, and H6. The H1 is the highest (or most important heading) and the smallest H6. Syntax <h1>heading</h1> to <h6>heading</h6> Example <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4</h4> <h5>Heading 5</h5> <h6>Heading 6</h6> Try It Now Output: Global Attributes The <h1> to…

View On WordPress
#h1 - h6 tags#h1 to h6#h1 to h6 tags#h1 to h6 tags explained in html#h1 to h6 tags in html#h6#h6 tag#heading tags#heading tags in html#headings tags {h1 to h6}#how to write h1 to h6 tags in html#html h1 h2 h3 h4 h5 h6 tags#html h1 to h6 tag#html h1 to h6 tags#html h6 tag#html heading tags#html heading tags h1 to h6#html headings tags h1 to h6 with practical#html tags#html5#html5 heading tags#introduction to html#use of h1 to h6 tags in html
0 notes
Text
HTML frameset Tag
The <frameset> tag is used to define the group of frames. It is used to specify the number of rows and columns in <frameset> and how many percent or pixels it will occupy in a frame. We can add one or more frames in the <frameset> element. Not Supported In HTML5 Do not use this tag because it is not supported in HTML5. You can use the <iframe> tag instead of this element. Syntax <frameset…
View On WordPress
#frame tag attributes in html#frame tag html#frame tag in html#frames in html#frameset#frameset html#frameset in html#frameset tag#frameset tag attributes in html#frameset tag in html#frameset tag tutorial#how to create frames in html#html#html (programming language)#html frame tag#html frames#html frameset#html frameset rows and columns#html frameset tag#html tutorial#nested frameset in html#what is frameset tag#what is frameset tag in html
0 notes
Text
HTML frame Tag
The <frame> tag is used to divide the webpage into multiple sections where each section can contain different web pages. The <frame> tag is used with the <frameset> element. Not Supported In HTML5 Do not use this tag because it is not supported in HTML5. You can use the <iframe> tag instead of this tag. Syntax <frame src="URL" /> Example <!DOCTYPE html> <html> <head> <title>HTML Frame…
View On WordPress
#create website using html frame#frame#frame in html#frame tag#frame tag html#frame tag in html#frame tag tutorial#frames#frames in html#frames tutorial html#how to create frames in html#how to html frame#how to use html frame tag#html cms using frame tag#html frame#html frame tag#html frames#html5#iframe tag html5#learn frames#learn html frame#learn html frames#use of frame#what are html frames#what is frame tag#xhtml frames
0 notes
Text
HTML form Tag
The HTML <form> tag is used to create a form on an HTML document that contains interactive controls for submitting information. The form element can contain text fields, buttons,check-boxes, radio buttons, and more Syntax <form> Form content... </form> Example <!doctype html> <html> <head></head> <body> <form action="#" target="_blankmethod="get"> <label for="fname">First Name:</label> <input…

View On WordPress
#form#form in html#form tag#form tag attributes in html#form tag in html#form tag in html in hindi#form tag in html with example#forms in html#how to create form in html#html form#html form attributes#html form code#html form create#html form tag#html form tag attributes#html form tag tutorial#html form tags#html form tutorial#html forms#html forms tutorial#html input tag#html registration form#html5#input tag in html
0 notes
Text
HTML Footer Tag
The <footer> tag defines a footer for a HTML document.It contains copyright information, contact information,links, etc. Syntax <footer>Footer content...</footer> Example <!doctype html> <html> <head></head> <body> <h1> HTML FOOTER TAG </h1> <div> This is an example of HTML footer element. </div> <footer> <div> <a href="#">About</a> <a href="#">Contact</a> <a…

View On WordPress
#creating a footer in html#footer#footer html#footer html css#footer tag#footer tag - html 5#footer tag html#footer tag html css o#footer tag html5#footer tag html5 hindi#footer tag in html#footer tag in html 5#footer tag in html5#header and footer tag in html#header and footer tag in html5#html footer#html footer tag#html5#html5 footer#html5 footer tag#tag footer#tag footer html#tag footer html5#what is footer tag in html
0 notes
Photo

What is the name of this language? 😉 Follow For More Coding & Programming Related Posts - @krtricks @krtricks @krtricks Tags - #coding #programmer #coder #html #css #web #webdesigner #webdevelopment #website #technology #knowledge #facts #know #knowledgeispower #designer #webdeveloper #devloper #developer #new #programming #programmers #programmer #htmlcoding #htmltags #htmlcss https://www.instagram.com/p/Cc-39I0qPwO/?igshid=NGJjMDIxMWI=
#coding#programmer#coder#html#css#web#webdesigner#webdevelopment#website#technology#knowledge#facts#know#knowledgeispower#designer#webdeveloper#devloper#developer#new#programming#programmers#htmlcoding#htmltags#htmlcss
1 note
·
View note
Text
HTML font Tag
The HTML <font> tag is used to define the font size, color, and face of text in a document. This tag has been removed from HTML5. We can use CSS properties instead of font tag such as font-family, font-size and color to format the text. Not Supported in HTML5. Syntax <font>Text Content...</font> Example <!DOCTYPE html> <html> <head> <title>HTML font tag example </title> </head> <body> <h2>Font…
View On WordPress
#base font tag#base font tag in html#css font tag#example of font tag#font#font color#font face#font size#font tag#font tag and its attributes color#font tag attributes#font tag attributes in html#font tag bangla#font tag html#font tag in html#font tag in sinhala#font tag kya h#how to font tag#how to use font tag in html#html font tag#tag#tag font html5#using font tag#what is font tag#what is font tag in html
0 notes
Text
HTML figure Tag
The HTML <figure> tag is used to specify self-contained content, like illustrations, diagrams, photos, listings, etc in document.You can add caption of this element with the help of <figcaption> tag. Syntax <figure>Image....</figure> Example <figure> <img src="/image/logo.png"> <figcaption>KrTricks Logo</figcaption> </figure> Output: Global Attributes The <figure> tag supports the Global…

View On WordPress
#figcaption tag in html#figure#figure bangla tag#figure html5#figure in html5#figure tag#figure tag htm5#figure tag html#figure tag in html#figure tag in html in hindi#figure tag in html5#figure tag in html5 in hindi#figure tag use in html#html figure#html figure caption#html figure tag#html figure tag in bangla#html5#tag figure#tag figure html#tag figure html5
0 notes
Text
HTML figcaption Tag
The HTML <figcaption> tag defines the caption of <figure> element. it can be used as the first or last child of the <figure> element. Syntax <figcaption>Caption...</figcaption> Example <figure> <img src="/image/logo.png"> <figcaption>KrTricks Logo</figcaption> </figure> Output: Global Attributes The <figcaption> tag supports all the Global Attributes in HTML. Event Attributes The <figcaption>…

View On WordPress
#bangla figcaption tag in html5#figcaption#figcaption html#figcaption html5#figcaption tag#figcaption tag in html#figcaption tag in html in hindi#figure & figcaption tag-html5#figure and figcaption tag#figure and figcaption tag in html#figure tag#figure tag in html#how to use figure and figcaption tag in html#html figcaption#html figcaption tag#html figure & figcaption tag#html figure tag#html5 figcaption#tag figcaption do html5
0 notes
Text
HTML fieldset Tag
The HTML <fieldset> tag is used to create a group of related elements in HTML form.Use the <legend> tag to define caption or title of the fieldset element.The <fieldset> tag create a box around the related elements. Syntax <fieldset>Content...</fieldset> Example <!DOCTYPE html> <html> <head> <title>HTML fieldset Tag</title> <style> fieldset{ padding:15px; background:…
View On WordPress
#add fieldset tag#fieldset#fieldset and legend tag in html#fieldset html#fieldset html tag#fieldset in html#fieldset tag#fieldset tag in html#how to add fieldset tag in html#how to use fieldset tag in html#html css fieldset tag#html fieldset#html fieldset and legend#html fieldset tag#html form fieldset#html5 fieldset#legend tag in html#tag fieldset#tag fieldset html#use of fieldset tag#what is fieldset tag
0 notes
Text
HTML embed Tag
The HTML <embed> tag is used to embed external content such as a web page, image, media player, web application etc in an HTML document. This element is new in HTML5. Syntax <embed src="" /> Example <!DOCTYPE html> <html> <head> <title>HTML Embed Tag</title> </head> <body> <h2>HTML embed tag example</h2> <p>Add image using embed tag</p> <embed src="mylogo.png" style="border:1px solid #000;"…
View On WordPress
#embed#embed tag#embed tag - html 5#embed tag and attributes#embed tag by ks computer#embed tag html#embed tag html5#embed tag in html#embed tag in html example#embed tag in html for pdf#embed tag ks computer#embed tag pdf#embed tag use in html#embed video html#embed youtube video#html 5 embed tag#html embed tag#html embed youtube video#tag embed html#what is embed tag in html#youtube embed code
0 notes