Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

MoonLight
MoonLight

Posted on

     

Using Selectors & Combinators

Image description
بطور مشترک روی همه ی
pها
اثر میزاره
Image description

<header><h1>My Upcoming Challenges</h1><pid="description">These are my goals for the next days</p><ahref="index.html">View Today's Challenge</a></header>
Enter fullscreen modeExit fullscreen mode

id="description"

#description{margin-bottom:36px;}
Enter fullscreen modeExit fullscreen mode

Image description

exactly the same result (without the ID):

headerp{margin-bottom:36px;}
Enter fullscreen modeExit fullscreen mode

change all paragraph(p) in main section

<main><ol><li><h2>Tuesday, April 2nd</h2><p>Repeat what I learned about HTML& CSS</p></li><li><h2>Wednesday, April 3rd</h2><p>Do the exercises on HTML& CSS</p></li><li><h2>Thursday, April 4th</h2><p>Dive deeper into HTML& CSS and build more complex websites</p></li><li><h2>Friday, April 5th</h2><p>Practice advanced HTML& CSS concepts</p></li></ol></main>
Enter fullscreen modeExit fullscreen mode
mainp{margin:12px;color:rgb(71,29,22);}
Enter fullscreen modeExit fullscreen mode

Image description

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp