HTML CSS Interview Questions and Answers - 5 | html css interview questions freshers

preview_player
Показать описание
html css interview questions and answers, css interview questions and answers, html5 interview questions and answers, html interview questions and answers for freshers, html interview questions and answers for experienced, HTML CSS interview questions and answers, html interview questions, html css interview questions and answers, html css interview coding exercises, html css interview questions and answers 2020, html css interview questions and answers 2019, html css interview, html css interview prep, html css in 12 minutes, interview questions html css, html css interview,html css js interview questions, interview questions css html js, html css js interview questions js 2020, html interview questions, css interview questions, html5 interview questions, css3 interview questions, html5 css3 interview questions

HTML CSS Interview Question Answers Playlist

HTML Interview Question Answers

Interview Questions Answer Series

JavaScript Interview Question Answers
Рекомендации по теме
Комментарии
Автор

You are wrong about the universal selector ... the one u explained was the element selector, that works for styling of the elements like p, h1, h2, a etc. Universal selector is applied for all the elements with asterisk * .

Ankitkumar
Автор

Universal selector is used to select all the elements in the HTML page with asterisk *

rupalidoke
Автор

Wow 👌 excellent explanation thanku so much sir ❤️💕

mahalingappabirajdar
Автор

my answer before video -

css selector basically are the way to select html element to apply css styles on it. there are several types of selector but there is three that are mostly used, which are TagName, Id and Class, The most simple way to select html element is by using its tagname, like h1, table, input, etc. Id selector applied to those element that you want to uniquely identified and we used # symbol to access id by following the text that you gave to id attribute. class attribute are applied to multiple element, and it usefull when want to apply same set of css style on multiple html element, we use dot (.) to access class in css file.

aaptabpathan
Автор

Hi Sir, what is CSS Specificity? could you please make an video on it.

MILINDNEWTON
visit shbcf.ru